home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / BUSINESS / PARITY / INSTALL.INF < prev    next >
INI File  |  1992-02-12  |  3KB  |  93 lines

  1. [dialog]
  2.     caption = "Parity 1.1 Installation"
  3.     line1 = "Installing Parity 1.1"
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 1200, "Total K Needed for everything."
  12.     1, 30, "*.DAT Configuration Files. INITIAL INSTALL ONLY!"
  13.     1, 60, "Sample Stock Data Files."
  14.     0, 5, "Copy REGISTER.DAT.  Registered Users Only!"
  15. [data]
  16. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L: as a destination ONLY.
  17.     defdir = C:\PARITY
  18.     libdir = W:RlzRun10
  19.  
  20. [disks]
  21.     1 =., "Parity 1.1 Disk 1"
  22. ;       2 =., "YourApp Disk 2"
  23.  
  24. [app.tree]
  25. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  26. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  27.     #app0.main,                     0:
  28.     #app0.lib,                      L:
  29.  
  30.     #app1.but1,                     0:
  31.     #app2.but2,                     0:
  32.     #app3.but3,                     0:
  33. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  34. ; case it selects a prompt from the [disks] section above.
  35. [app0.main]
  36.     1:parity.EXE,   "Application"
  37.     1:orderfrm.txt
  38.     1:parity.dll
  39.     1:studies.dat
  40.     1:batches.dat
  41.     1:clusters.dat
  42.     1:describe.doc
  43.     1:vendor.doc
  44.     1:license.doc
  45.     1:readme.1st
  46.     1:packing.lst
  47.     1:parity.hlp
  48.     1:whatsnew.txt
  49.     1:readme.txt
  50.     1:manual.doc
  51.  
  52. [app0.lib]
  53.     1:RlzRun10.RTS, "Runtime Libraries"
  54.     1:Standard.exe
  55.     1:cclib1.exe
  56.     1:Tablet.exe
  57.  
  58. [app1.but1]
  59.     1:studies.dat,  "Configuration Files"
  60.     1:batches.dat
  61.     1:clusters.dat
  62.     1:studies.dat
  63.  
  64. [app2.but2]
  65.     1:master,      "Sample Stock Data Files"
  66.     1:f1.dat
  67.     1:f1.dop
  68.     1:f2.dat
  69.     1:f2.dop
  70.     1:f3.dat
  71.     1:f3.dop
  72.     1:f4.dat
  73.     1:f4.dop
  74.  
  75. [app3.but3]
  76.     1:register.dat, "REGISTER.DAT"
  77.  
  78. [progman.groups]
  79. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  80. "Parity 1.1" ,1
  81.  
  82. [Parity 1.1]
  83. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  84.     0, "Parity 1.1",                0:parity.EXE
  85.  
  86. ;[inifiles]
  87. ;0, inifilename, sectionheader
  88. ;       followed by any number of:
  89. ;1, variable, string
  90. ;       0, Junk1.INI, "Junk section"
  91. ;       1, Maximized, 1
  92.  
  93.